projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6d087
)
Use HDC for Display.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 16 Mar 2003 22:10:12 +0000
(22:10 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 16 Mar 2003 22:10:12 +0000
(22:10 +0000)
src/w32gui.h
patch
|
blob
|
history
diff --git
a/src/w32gui.h
b/src/w32gui.h
index 2cca61eb5f9aec817af3de513506707acada9d93..775a97a443a490c03da923223c7e41d332e17344 100644
(file)
--- a/
src/w32gui.h
+++ b/
src/w32gui.h
@@
-76,7
+76,7
@@
typedef XGCValues * GC;
typedef COLORREF Color;
typedef DWORD Time;
typedef HWND Window;
-typedef
int Display; /* ++KFS: define here?
*/
+typedef
HDC Display; /* HDC so it doesn't conflict with xpm lib.
*/
typedef HCURSOR Cursor;
#define XChar2b wchar_t